I will say "Hello World" in bold print just below this line by means of a JavaScript program.
In this example, as with all the scripts included on the JavaScript CD Cookbook, make sure to look at the source code that produced this page. Look for the aqua sections of the source code (click on "view source" from the chapter's table of contents)-- these are the ingredients that make these examples work. The sources will give you lots of ideas and templates to modify for your needs.<SCRIPT LANGUAGE="JavaScript"> document.write("<b>Hello World!</b><p>") </SCRIPT>